home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Table / MCPPCRelease / Build next >
Encoding:
Text File  |  1996-08-16  |  717 b   |  28 lines  |  [TEXT/MPS ]

  1. #    This script uses a combination of MPW scripts to build the MrC PPC
  2. #    Table Part (Release Build) 
  3. #
  4. # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
  5.  
  6. # {FWBldType} - Should be either "Debug" or "Release".
  7.  
  8. Set FWBldType "Release"
  9. Export FWBldType
  10.  
  11. ### Make sure you're set to the correct directory
  12.  
  13. Directory "{ODFDev}Table:MCPPCRelease:"
  14.  
  15. ### Tell the FWBuild script where your precompiled header files are located.
  16.  
  17. Set FWPreCompHdrDir "{ODF}MCPPCRelease:Precompile∂ Headers:"
  18. Export FWPreCompHdrDir
  19.  
  20. ### Exported symbols for PPCLink.
  21.  
  22. Set __Exports "-@export ODFTable.exp"
  23. Export __Exports
  24.  
  25. ### Build your Table part
  26.  
  27. FWBuildMrCPPCRelease "{ODFDev}Table:Sources:ODFTable.CFM"
  28.